home *** CD-ROM | disk | FTP | other *** search
/ DC CD-ROM Comic Book: Aq…- War of the Water Worlds / DC CD-ROM Comic Book: Aquaman - War of the Water Worlds.iso / pc / master12.dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1996-08-30  |  354 b   |  15 lines

  1. on mouseUp
  2.   global k, s100
  3.   if k = 0 then
  4.     puppetSound(0)
  5.     set the visible of sprite 24 to 0
  6.     set the visible of sprite 23 to 1
  7.     animate("02-2hs2.wav", 23, "02-02-1c.bmp", 5, s100, EMPTY)
  8.     set the visible of sprite 24 to 1
  9.     set the visible of sprite 23 to 0
  10.     set k to 1
  11.     puppetSprite(23, 0)
  12.     puppetSprite(24, 1)
  13.   end if
  14. end
  15.